home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / missioncandy.swf / scripts / DefineButton2_318 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  154b  |  9 lines

  1. on(release){
  2.    if(_parent.m_life > 0)
  3.    {
  4.       _parent.game_start = false;
  5.       _parent.pause_mc.gotoAndPlay(2);
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.